home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / sketch2.swf / scripts / DefineButton2_161 / BUTTONCONDACTION on(release).as next >
Text File  |  2008-09-04  |  73b  |  7 lines

  1. on(release){
  2.    if(_root.canDraw)
  3.    {
  4.       _root.mod = 1;
  5.    }
  6. }
  7.